From 541983bb452ce1fa89eff81e92882dc47b59aab3 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 19 Jan 2017 09:02:19 -0800 Subject: [PATCH] Run full Travis builds on all non-PR branches This'll result in duplicate work when merging, but otherwise we're not uploading docs. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 501f2d1b2..9f316daae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -104,7 +104,7 @@ before_script: fi script: - > - if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_BRANCH" != "auto-cargo" ]; then + if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_PULL_REQUEST" != "false" ]; then echo skipping, not a full build; elif [ "$TRAVIS_OS_NAME" = "osx" ]; then SRC=. src/ci/run.sh $TARGET; -- 2.30.2